home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 November / Gamestar_34_2001-11_cd1.bin / PROGRAMY / gnotellainstaller.exe / {app} / GnotellaStats.ini < prev    next >
Text File  |  2001-07-25  |  26KB  |  615 lines

  1. #
  2. # Copyright 1997-2000 by Bradford L. Barrett (brad@mrunix.net)
  3. #
  4. # Distributed under the GNU General Public License. 
  5. # Documentation my be found at: http://www.mrunix.net/webalizer 
  6. #
  7. # # denotes commented out
  8. #
  9. # LogFile defines the web server log file to use.  If not specified
  10. # here or on on the command line, input will default to STDIN.  If
  11. # the log filename ends in '.gz' (ie: a gzip compressed file), it will
  12. # be decompressed on the fly as it is being read.
  13.  
  14. LogFile    ..\logs\uploads.txt
  15.  
  16. # LogType defines the log type being processed.  Normally, the Webalizer
  17. # expects a CLF or Combined web server log as input.  Using this option,
  18. # you can process ftp logs as well (xferlog as produced by wu-ftp and
  19. # others), or Squid native logs.  Values can be 'clf', 'ftp' or 'squid',
  20. # with 'clf' the default.
  21. # JNH : new value 'iis' for IIS this tag let choice to webalizer to choice
  22. # between standard (default in IIS4) log format and W3C (default in IIS5)
  23. # webalizer make choice based upon name of Log (std begin with I and W3c with E)
  24. # you can mix in same folder both type of log, webalizer read all and make one 
  25. # report, 
  26.  
  27. #LogType    iis
  28.  
  29. # OutputDir is where you want to put the output files.  This should
  30. # should be a full path name, however relative ones might work as well.
  31. # If no output directory is specified, the current directory will be used.
  32.  
  33. OutputDir      stats\
  34.  
  35. # HistoryName allows you to specify the name of the history file produced
  36. # by the Webalizer.  The history file keeps the data for up to 12 months
  37. # worth of logs, used for generating the main HTML page (index.html).
  38. # The default is a file named "webalizer.hist", stored in the specified
  39. # output directory.  If you specify just the filename (without a path),
  40. # it will be kept in the specified output directory.  Otherwise, the path
  41. # is relative to the output directory, unless absolute (leading /).
  42.  
  43. HistoryName    gnotellastats.hist
  44.  
  45. # Incremental processing allows multiple partial log files to be used
  46. # instead of one huge one.  Useful for large sites that have to rotate
  47. # their log files more than once a month.  The Webalizer will save its
  48. # internal state before exiting, and restore it the next time run, in
  49. # order to continue processing where it left off.  This mode also causes
  50. # The Webalizer to scan for and ignore duplicate records (records already
  51. # processed by a previous run).  See the README file for additional
  52. # information.  The value may be 'yes' or 'no', with a default of 'no'.
  53. # The file 'webalizer.current' is used to store the current state data,
  54. # and is located in the output directory of the program (unless changed
  55. # with the IncrementalName option below).  Please read at least the section
  56. # on Incremental processing in the README file before you enable this option.
  57.  
  58. Incremental    yes
  59.  
  60. # IncrementalName allows you to specify the filename for saving the
  61. # incremental data in.  It is similar to the HistoryName option where the
  62. # name is relative to the specified output directory, unless an absolute
  63. # filename is specified.  The default is a file named "webalizer.current"
  64. # kept in the normal output directory.  If you don't specify "Incremental"
  65. # as 'yes' then this option has no meaning.
  66.  
  67. IncrementalName    gnotellastats.current
  68.  
  69. # ReportTitle is the text to display as the title.  The hostname
  70. # (unless blank) is appended to the end of this string (seperated with
  71. # a space) to generate the final full title string.
  72. # Default is (for english) "Usage Statistics for".
  73.  
  74. ReportTitle    Gnotella Webserver Stats for 
  75.  
  76. # HostName defines the hostname for the report.  This is used in
  77. # the title, and is prepended to the URL table items.  This allows
  78. # clicking on URL's in the report to go to the proper location in
  79. # the event you are running the report on a 'virtual' web server,
  80. # or for a server different than the one the report resides on.
  81. # If not specified here, or on the command line, webalizer will
  82. # try to get the hostname via a uname system call.  If that fails,
  83. # it will default to "localhost".
  84.  
  85. #HostName       localhost
  86.  
  87. # HTMLExtension allows you to specify the filename extension to use
  88. # for generated HTML pages.  Normally, this defaults to "html", but
  89. # can be changed for sites who need it (like for PHP embeded pages).
  90.  
  91. #HTMLExtension  html
  92.  
  93. # PageType lets you tell the Webalizer what types of URL's you
  94. # consider a 'page'.  Most people consider html and cgi documents
  95. # as pages, while not images and audio files.  If no types are
  96. # specified, defaults will be used ('htm*', 'cgi' and HTMLExtension
  97. # if different for web logs, 'txt' for ftp logs).
  98.  
  99. PageType    htm*
  100. PageType    cgi
  101. #PageType    phtml
  102. #PageType    php3
  103. #PageType    pl
  104.  
  105. # UseHTTPS should be used if the analysis is being run on a
  106. # secure server, and links to urls should use 'https://' instead
  107. # of the default 'http://'.  If you need this, set it to 'yes'.
  108. # Default is 'no'.  This only changes the behaviour of the 'Top
  109. # URL's' table.
  110.  
  111. #UseHTTPS       no
  112.  
  113. # DNSCache specifies the DNS cache filename to use for reverse DNS lookups.
  114. # This file must be specified if you wish to perform name lookups on any IP
  115. # addresses found in the log file.  If an absolute path is not given as
  116. # part of the filename (ie: starts with a leading '/'), then the name is
  117. # relative to the default output directory.  See the DNS.README file for
  118. # additional information.
  119.  
  120. #DNSCache    dns_cache.db
  121.  
  122. # DNSChildren allows you to specify how many "children" processes are
  123. # run to perform DNS lookups to create or update the DNS cache file.
  124. # If a number is specified, the DNS cache file will be created/updated
  125. # each time the Webalizer is run, immediately prior to normal processing,
  126. # by running the specified number of "children" processes to perform
  127. # DNS lookups.  If used, the DNS cache filename MUST be specified as
  128. # well.  The default value is zero (0), which disables DNS cache file
  129. # creation/updates at run time.  The number of children processes to
  130. # run may be anywhere from 1 to 100, however a large number may effect
  131. # normal system operations.  Reasonable values should be between 5 and
  132. # 20.  See the DNS.README file for additional information.
  133.  
  134. #DNSChildren    0
  135.  
  136. # HTMLPre defines HTML code to insert at the very beginning of the
  137. # file.  Default is the DOCTYPE line shown below.  Max line length
  138. # is 80 characters, so use multiple HTMLPre lines if you need more.
  139.  
  140. #HTMLPre <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  141.  
  142. # HTMLHead defines HTML code to insert within the <HEAD></HEAD>
  143. # block, immediately after the <TITLE> line.  Maximum line length
  144. # is 80 characters, so use multiple lines if needed.
  145.  
  146. #HTMLHead <META NAME="author" CONTENT="The Webalizer">
  147.  
  148. # HTMLBody defined the HTML code to be inserted, starting with the
  149. # <BODY> tag.  If not specified, the default is shown below.  If
  150. # used, you MUST include your own <BODY> tag as the first line.
  151. # Maximum line length is 80 char, use multiple lines if needed.
  152.  
  153. #HTMLBody <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000">
  154. HTMLBody <body bgcolor="#DFDFD6" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000">
  155.  
  156. # HTMLPost defines the HTML code to insert immediately before the
  157. # first <HR> on the document, which is just after the title and
  158. # "summary period"-"Generated on:" lines.  If anything, this should
  159. # be used to clean up in case an image was inserted with HTMLBody.
  160. # As with HTMLHead, you can define as many of these as you want and
  161. # they will be inserted in the output stream in order of apperance.
  162. # Max string size is 80 characters.  Use multiple lines if you need to.
  163.  
  164. #HTMLPost     <BR CLEAR="all">
  165.  
  166. # HTMLTail defines the HTML code to insert at the bottom of each
  167. # HTML document, usually to include a link back to your home
  168. # page or insert a small graphic.  It is inserted as a table
  169. # data element (ie: <TD> your code here </TD>) and is right
  170. # alligned with the page.  Max string size is 80 characters.
  171.  
  172. #HTMLTail <IMG SRC="msfree.png" ALT="100% Micro$oft free!">
  173.  
  174. # HTMLEnd defines the HTML code to add at the very end of the
  175. # generated files.  It defaults to what is shown below.  If
  176. # used, you MUST specify the </BODY> and </HTML> closing tags
  177. # as the last lines.  Max string length is 80 characters.
  178.  
  179. #HTMLEnd </BODY></HTML>
  180.  
  181. # The Quiet option suppresses output messages... Useful when run
  182. # as a cron job to prevent bogus e-mails.  Values can be either
  183. # "yes" or "no".  Default is "no".  Note: this does not suppress
  184. # warnings and errors (which are printed to stderr).
  185.  
  186. #Quiet        no
  187.  
  188. # ReallyQuiet will supress all messages including errors and
  189. # warnings.  Values can be 'yes' or 'no' with 'no' being the
  190. # default.  If 'yes' is used here, it cannot be overriden from
  191. # the command line, so use with caution.  A value of 'no' has
  192. # no effect.
  193.  
  194. #ReallyQuiet    no
  195.  
  196. # TimeMe allows you to force the display of timing information
  197. # at the end of processing.  A value of 'yes' will force the
  198. # timing information to be displayed.  A value of 'no' has no
  199. # effect.
  200.  
  201. #TimeMe        no
  202.  
  203. # GMTTime allows reports to show GMT (UTC) time instead of local
  204. # time.  Default is to display the time the report was generated
  205. # in the timezone of the local machine, such as EDT or PST.  This
  206. # keyword allows you to have times displayed in UTC instead.  Use
  207. # only if you really have a good reason, since it will probably
  208. # screw up the reporting periods by however many hours your local
  209. # time zone is off of GMT.
  210.  
  211. #GMTTime        no
  212.  
  213. # Debug prints additional information for error messages.  This
  214. # will cause webalizer to dump bad records/fields instead of just
  215. # telling you it found a bad one.   As usual, the value can be
  216. # either "yes" or "no".  The default is "no".  It shouldn't be
  217. # needed unless you start getting a lot of Warning or Error
  218. # messages and want to see why.  (Note: warning and error messages
  219. # are printed to stderr, not stdout like normal messages).
  220.  
  221. #Debug        no
  222.  
  223. # FoldSeqErr forces the Webalizer to ignore sequence errors.
  224. # This is useful for Netscape and other web servers that cache
  225. # the writing of log records and do not guarentee that they
  226. # will be in chronological order.  The use of the FoldSeqErr
  227. # option will cause out of sequence log records to be treated
  228. # as if they had the same time stamp as the last valid record.
  229. # Default is to ignore out of sequence log records.
  230.  
  231. #FoldSeqErr    no
  232.  
  233. # VisitTimeout allows you to set the default timeout for a visit
  234. # (sometimes called a 'session').  The default is 30 minutes,
  235. # which should be fine for most sites.
  236. # Visits are determined by looking at the time of the current
  237. # request, and the time of the last request from the site.  If
  238. # the time difference is greater than the VisitTimeout value, it
  239. # is considered a new visit, and visit totals are incremented.
  240. # Value is the number of seconds to timeout (default=1800=30min)
  241.  
  242. #VisitTimeout    1800
  243.  
  244. # IgnoreHist shouldn't be used in a config file, but it is here
  245. # just because it might be usefull in certain situations.  If the
  246. # history file is ignored, the main "index.html" file will only
  247. # report on the current log files contents.  Usefull only when you
  248. # want to reproduce the reports from scratch.  USE WITH CAUTION!
  249. # Valid values are "yes" or "no".  Default is "no".
  250.  
  251. #IgnoreHist    no
  252.  
  253. # Country Graph allows the usage by country graph to be disabled.
  254. # Values can be 'yes' or 'no', default is 'yes'.
  255.  
  256. CountryGraph    yes
  257.  
  258. # DailyGraph and DailyStats allows the daily statistics graph
  259. # and statistics table to be disabled (not displayed).  Values
  260. # may be "yes" or "no". Default is "yes".
  261.  
  262. DailyGraph    yes
  263. DailyStats    yes
  264.  
  265. # HourlyGraph and HourlyStats allows the hourly statistics graph
  266. # and statistics table to be disabled (not displayed).  Values
  267. # may be "yes" or "no". Default is "yes".
  268.  
  269. HourlyGraph    yes
  270. HourlyStats    yes
  271.  
  272. # GraphLegend allows the color coded legends to be turned on or off
  273. # in the graphs.  The default is for them to be displayed.  This only
  274. # toggles the color coded legends, the other legends are not changed.
  275. # If you think they are hideous and ugly, say 'no' here :)
  276.  
  277. GraphLegend    yes
  278.  
  279. # GraphLines allows you to have index lines drawn behind the graphs.
  280. # I personally am not crazy about them, but a lot of people requested
  281. # them and they weren't a big deal to add.  The number represents the
  282. # number of lines you want displayed.  Default is 2, you can disable
  283. # the lines by using a value of zero ('0').  [max is 20]
  284. # Note, due to rounding errors, some values don't work quite right.
  285. # The lower the better, with 1,2,3,4,6 and 10 producing nice results.
  286.  
  287. #GraphLines    2
  288.  
  289. # The "Top" options below define the number of entries for each table.
  290. # Defaults are Sites=30, URL's=30, Referrers=30 and Agents=15, and
  291. # Countries=30. TopKSites and TopKURLs (by KByte tables) both default
  292. # to 10, as do the top entry/exit tables (TopEntry/TopExit).  The top
  293. # search strings and usernames default to 20.  Tables may be disabled
  294. # by using zero (0) for the value.
  295.  
  296. #TopSites        30
  297. #TopKSites       10
  298. #TopURLs         30
  299. #TopKURLs        10
  300. #TopReferrers    30
  301. #TopAgents       15
  302. #TopCountries    30
  303. #TopEntry        10
  304. #TopExit         10
  305. #TopSearch       20
  306. #TopUsers        20
  307.  
  308. # The All* keywords allow the display of all URL's, Sites, Referrers
  309. # User Agents, Search Strings and Usernames.  If enabled, a seperate
  310. # HTML page will be created, and a link will be added to the bottom
  311. # of the appropriate "Top" table.  There are a couple of conditions
  312. # for this to occur..  First, there must be more items than will fit
  313. # in the "Top" table (otherwise it would just be duplicating what is
  314. # already displayed).  Second, the listing will only show those items
  315. # that are normally visable, which means it will not show any hidden
  316. # items.  Grouped entries will be listed first, followed by individual
  317. # items.  The value for these keywords can be either 'yes' or 'no',
  318. # with the default being 'no'.  Please be aware that these pages can
  319. # be quite large in size, particularly the sites page,  and seperate
  320. # pages are generated for each month, which can consume quite a lot
  321. # of disk space depending on the traffic to your site.
  322.  
  323. AllSites    yes
  324. AllURLs    yes
  325. AllReferrers    no
  326. AllAgents    yes
  327. AllSearchStr    no
  328. AllUsers       yes
  329.  
  330. # The Webalizer normally strips the string 'index.' off the end of
  331. # URL's in order to consolidate URL totals.  For example, the URL
  332. # /somedir/index.html is turned into /somedir/ which is really the
  333. # same URL.  This option allows you to specify additional strings
  334. # to treat in the same way.  You don't need to specify 'index.' as
  335. # it is always scanned for by The Webalizer, this option is just to
  336. # specify _additional_ strings if needed.  If you don't need any,
  337. # don't specify any as each string will be scanned for in EVERY
  338. # log record... A bunch f them will degrade performance.  Also,
  339. # the string is scanned for anywhere in the URL, so a string of
  340. # 'home' would turn the URL /somedir/homepages/brad/home.html into
  341. # just /somedir/ which is probably not what was intended.
  342.  
  343. #IndexAlias     home.htm
  344. #IndexAlias    homepage.htm
  345.  
  346. # The Hide*, Group* and Ignore* and Include* keywords allow you to
  347. # change the way Sites, URL's, Referrers, User Agents and Usernames
  348. # are manipulated.  The Ignore* keywords will cause The Webalizer to
  349. # completely ignore records as if they didn't exist (and thus not
  350. # counted in the main site totals).  The Hide* keywords will prevent
  351. # things from being displayed in the 'Top' tables, but will still be
  352. # counted in the main totals.  The Group* keywords allow grouping
  353. # similar objects as if they were one.  Grouped records are displayed
  354. # in the 'Top' tables and can optionally be displayed in BOLD and/or
  355. # shaded. Groups cannot be hidden, and are not counted in the main
  356. # totals. The Group* options do not, by default, hide all the items
  357. # that it matches.  If you want to hide the records that match (so just
  358. # the grouping record is displayed), follow with an identical Hide*
  359. # keyword with the same value.  (see example below)  In addition,
  360. # Group* keywords may have an optional label which will be displayed
  361. # instead of the keywords value.  The label should be seperated from
  362. # the value by at least one 'white-space' character, such as a space
  363. # or tab.
  364. #
  365. # The value can have either a leading or trailing '*' wildcard
  366. # character.  If no wildcard is found, a match can occur anywhere
  367. # in the string. Given a string "www.yourmama.com", the values "your",
  368. # "*mama.com" and "www.your*" will all match.
  369. # Your own site should be hidden
  370.  
  371. #HideSite    *mrunix.net
  372. #HideSite    localhost
  373.  
  374. # Your own site gives most referrals
  375. #HideReferrer    mrunix.net/
  376.  
  377. # This one hides non-referrers ("-" Direct requests)
  378. #HideReferrer    Direct Request
  379.  
  380. # Usually you want to hide these
  381. #HideURL        *.gif
  382. #HideURL        *.GIF
  383. #HideURL        *.jpg
  384. #HideURL        *.JPG
  385. #HideURL        *.png
  386. #HideURL        *.PNG
  387. #HideURL        *.ra
  388.  
  389. # Hiding agents is kind of futile
  390. #HideAgent    RealPlayer
  391.  
  392. # You can also hide based on authenticated username
  393. #HideUser    root
  394. #HideUser    admin
  395.  
  396. # Grouping options
  397. #GroupURL    /cgi-bin/*    CGI Scripts
  398. #GroupURL    /images/*    Images
  399. #GroupSite    *.aol.com
  400. #GroupSite    *.compuserve.com
  401. #GroupReferrer    yahoo.com/    Yahoo!
  402. #GroupReferrer    excite.com/     Excite
  403. #GroupReferrer    infoseek.com/   InfoSeek
  404. #GroupReferrer    webcrawler.com/ WebCrawler
  405.  
  406. #GroupUser      root            Admin users
  407. #GroupUser      admin           Admin users
  408. #GroupUser      wheel           Admin users
  409.  
  410. # The following is a great way to get an overall total
  411. # for browsers, and not display all the detail records.
  412. # (You should use MangleAgent to refine further...)
  413.  
  414. #GroupAgent    MSIE        Micro$oft Internet Exploder
  415. #HideAgent    MSIE
  416. #GroupAgent    Mozilla        Netscape
  417. #HideAgent    Mozilla
  418. #GroupAgent    Lynx*        Lynx
  419. #HideAgent    Lynx*
  420.  
  421. # HideAllSites allows forcing individual sites to be hidden in the
  422. # report.  This is particularly useful when used in conjunction
  423. # with the "GroupDomain" feature, but could be useful in other
  424. # situations as well, such as when you only want to display grouped
  425. # sites (with the GroupSite keywords...).  The value for this
  426. # keyword can be either 'yes' or 'no', with 'no' the default,
  427. # allowing individual sites to be displayed.
  428.  
  429. #HideAllSites    no
  430.  
  431. # The GroupDomains keyword allows you to group individual hostnames
  432. # into their respective domains.  The value specifies the level of
  433. # grouping to perform, and can be thought of as 'the number of dots'
  434. # that will be displayed.  For example, if a visiting host is named
  435. # cust1.tnt.mia.uu.net, a domain grouping of 1 will result in just
  436. # "uu.net" being displayed, while a 2 will result in "mia.uu.net".
  437. # The default value of zero disable this feature.  Domains will only
  438. # be grouped if they do not match any existing "GroupSite" records,
  439. # which allows overriding this feature with your own if desired.
  440.  
  441. #GroupDomains    0
  442.  
  443. # The GroupShading allows grouped rows to be shaded in the report.
  444. # Useful if you have lots of groups and individual records that
  445. # intermingle in the report, and you want to diferentiate the group
  446. # records a little more.  Value can be 'yes' or 'no', with 'yes'
  447. # being the default.
  448.  
  449. #GroupShading    yes
  450.  
  451. # GroupHighlight allows the group record to be displayed in BOLD.
  452. # Can be either 'yes' or 'no' with the default 'yes'.
  453.  
  454. #GroupHighlight    yes
  455.  
  456. # The Ignore* keywords allow you to completely ignore log records based
  457. # on hostname, URL, user agent, referrer or username.  I hessitated in
  458. # adding these, since the Webalizer was designed to generate _accurate_
  459. # statistics about a web servers performance.  By choosing to ignore
  460. # records, the accuracy of reports become skewed, negating why I wrote
  461. # this program in the first place.  However, due to popular demand, here
  462. # they are.  Use the same as the Hide* keywords, where the value can have
  463. # a leading or trailing wildcard '*'.  Use at your own risk ;)
  464.  
  465. #IgnoreSite    bad.site.net
  466. #IgnoreURL    /test*
  467. #IgnoreReferrer    file:/*
  468. #IgnoreAgent    RealPlayer
  469. #IgnoreUser     root
  470.  
  471. # The Include* keywords allow you to force the inclusion of log records
  472. # based on hostname, URL, user agent, referrer or username.  They take
  473. # precidence over the Ignore* keywords.  Note: Using Ignore/Include
  474. # combinations to selectivly process parts of a web site is _extremely
  475. # inefficent_!!! Avoid doing so if possible (ie: grep the records to a
  476. # seperate file if you really want that kind of report).
  477.  
  478. # Example: Only show stats on Joe User's pages...
  479. #IgnoreURL    *
  480. #IncludeURL    ~joeuser*
  481.  
  482. # Or based on an authenticated username
  483. #IgnoreUser     *
  484. #IncludeUser    someuser
  485.  
  486. # The MangleAgents allows you to specify how much, if any, The Webalizer
  487. # should mangle user agent names.  This allows several levels of detail
  488. # to be produced when reporting user agent statistics.  There are six
  489. # levels that can be specified, which define different levels of detail
  490. # supression.  Level 5 shows only the browser name (MSIE or Mozilla)
  491. # and the major version number.  Level 4 adds the minor version number
  492. # (single decimal place).  Level 3 displays the minor version to two
  493. # decimal places.  Level 2 will add any sub-level designation (such
  494. # as Mozilla/3.01Gold or MSIE 3.0b).  Level 1 will attempt to also add
  495. # the system type if it is specified.  The default Level 0 displays the
  496. # full user agent field without modification and produces the greatest
  497. # amount of detail.  User agent names that can't be mangled will be
  498. # left unmodified.
  499.  
  500. MangleAgents    1
  501.  
  502. # The SearchEngine keywords allow specification of search engines and
  503. # their query strings on the URL.  These are used to locate and report
  504. # what search strings are used to find your site.  The first word is
  505. # a substring to match in the referrer field that identifies the search
  506. # engine, and the second is the URL variable used by that search engine
  507. # to define it's search terms.
  508.  
  509. #SearchEngine    yahoo.com    p=
  510. #SearchEngine    altavista.com    q=
  511. #SearchEngine    google.com    q=
  512. #SearchEngine    eureka.com    q=
  513. #SearchEngine    lycos.com    query=
  514. #SearchEngine    hotbot.com    MT=
  515. #SearchEngine    msn.com        MT=
  516. #SearchEngine    infoseek.com    qt=
  517. #SearchEngine    webcrawler    searchText=
  518. #SearchEngine    excite        search=
  519. #SearchEngine    netscape.com    search=
  520. #SearchEngine    mamma.com    query=
  521. #SearchEngine    alltheweb.com    query=
  522. #SearchEngine    northernlight.com  qr=
  523.  
  524. # The Dump* keywords allow the dumping of Sites, URL's, Referrers
  525. # User Agents, Usernames and Search strings to seperate tab delimited
  526. # text files, suitable for import into most database or spreadsheet
  527. # programs.
  528.  
  529. # DumpPath specifies the path to dump the files.  If not specified,
  530. # it will default to the current output directory.  Do not use a
  531. # trailing slash ('/').
  532.  
  533. #DumpPath    /var/lib/httpd/logs
  534.  
  535. # The DumpHeader keyword specifies if a header record should be
  536. # written to the file.  A header record is the first record of the
  537. # file, and contains the labels for each field written.  Normally,
  538. # files that are intended to be imported into a database system
  539. # will not need a header record, while spreadsheets usually do.
  540. # Value can be either 'yes' or 'no', with 'no' being the default.
  541.  
  542. #DumpHeader    no
  543.  
  544. # DumpExtension allow you to specify the dump filename extension
  545. # to use.  The default is "tab", but some programs are pickey about
  546. # the filenames they use, so you may change it here (for example,
  547. # some people may prefer to use "csv").
  548.  
  549. #DumpExtension    tab
  550.  
  551. # These control the dumping of each individual table.  The value
  552. # can be either 'yes' or 'no'.. the default is 'no'.
  553.  
  554. #DumpSites    no
  555. #DumpURLs    no
  556. #DumpReferrers    no
  557. #DumpAgents    no
  558. #DumpUsers    no
  559. #DumpSearchStr  no
  560.  
  561. # End of configuration file...  Have a nice day!
  562.  
  563. # begin of JNH mofications
  564. # new entry for Win32 release
  565.  
  566. # NOUVELLE ENTREE pour les serveurs NT
  567.  
  568. # nom de la page par defaut sur le serveur
  569. # replace file "Index" for unix systems by other name 
  570.  
  571. #IndexPage default
  572.  
  573. # name of folder to read all file inside ...
  574.  
  575. # FolderLog       C:\JnhDev\WebAlizer32\Exemple de Logs\IIS4.0\Log Standard\
  576. #FolderLog c:\wa001\logiis\
  577. #ExtentionLog log
  578.  
  579. # when you use mix type of log in same folder, webalizer sort file for order by
  580. # name, but if begin of file file is mix sort didn't make work, then you can disable it
  581. # default is no 
  582.  
  583. # DisableSort yes
  584.  
  585.  
  586. # Name of file contain list of server to process like for each line :
  587. # Name of Customer<SPACE>Folder of log<SPACE>Folder output<SPACE>Host Name1;Host Name 2
  588. # sample (extract of production file, who have 255 lines)
  589. # all of option in this file apply to all reports ...
  590. # wA001 c:\WA001\LogIIS\ c:\wA001\stats wa001.LeRelaisInternet.com;www1.jeanlouisaubert.com
  591. # wA002 c:\WA002\LogIIS\ c:\wA002\stats Wa002.LeRelaisInternet.com;www.restotel.fr;www.nordpage.fr
  592. # wA003 c:\WA003\LogIIS\ c:\wA003\stats Wa003.LeRelaisInternet.com;www.autobusavapeur.com
  593.  
  594. #ServerList c:\jnhdev\webalizer\listeserv.txt
  595.  
  596. # If you have dayly rotation on log name, you can change name after process a file
  597. # to have less no productive work day
  598. # to use this option you need to use "HistoryName" and "Incremental"
  599.  
  600. #RenameLog yes
  601. #NewExtension sav
  602.  
  603.  
  604. # 2 New Options for optimize DNS resolution : is time to live in data base cache 
  605. # for good dns resolution (default is 30 days) and for bad resolution, like
  606. # no reverse IP, in this case it's better to store errors in database file 
  607. # cause each day bad dns consume a lot of time (default 7 days)
  608.  
  609. #TtlDns         30
  610. #TtlDnsError    7
  611.  
  612.  
  613. # end of JNH .. HAve a nice day !!!
  614.  
  615.